home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d20
/
doorskl3.arc
/
DOORSKL4.C
< prev
next >
Wrap
C/C++ Source or Header
|
1992-01-15
|
983b
|
36 lines
/**********************************************/
/* */
/* XBBS Door Skeleton -- TC 2.0/MSC 6.0a code */
/* Copyright (c) 1990/91 by M. Kimes */
/* All Rights Reserved */
/* May be freely used for >>>FREE<<< programs */
/* as long as you don't try to save any souls */
/* (nasty habit) */
/* */
/**********************************************/
/***************************************************************************
this is the module where you begin writing your code...see mainloop()
below...
***************************************************************************/
#include "doorskel.h" /* XBBS Door include file */
void _fastcall mainloop(void); /* Change as required (and in DOORSKEL.H) */
/* Here's where your main program goes. Change declaration as req'd */
void _fastcall mainloop (void) {
}